DeserializeFile<T> Method

Summary
Deserializes an object from the specified xml file.
Syntax
C#
C++/CLI
public static T DeserializeFile<T>( 
   string filename 
) 
public: 
static _T^_ DeserializeFilegeneric<typename T> 
(  
   String^ filename 
)  

Parameters

filename
The xml file of the object to deserialize.

Type Parameters

T
The type of object to deserialize.

Return Value

The deserialized object.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.